home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / sys / stat.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  163b  |  9 lines

  1. extern "C" {
  2. #define fchmod Fx_fchmod
  3. #define fchown Fx_fchown
  4. #include_next <sys/stat.h>
  5. #undef fchmod
  6. #undef fchown
  7. int      fstat(int fildes, struct stat *);
  8. }
  9.